JAMS Developer Guide
ContinueOnError Property (SQLQueryScalar<TResult>)


MVPSI.JAMS.Activities Namespace > SQLQueryScalar<TResult> Class : ContinueOnError Property
When true, the activity will not fail after a SQL error when running the query.
Syntax
'Declaration
 
<System.ComponentModel.CategoryAttribute("Configuration")>
<System.ComponentModel.DescriptionAttribute("When true, the activity will not fail after a SQL error when running the query.")>
Public Property ContinueOnError As System.Boolean
'Usage
 
Dim instance As SQLQueryScalar(Of TResult)
Dim value As System.Boolean
 
instance.ContinueOnError = value
 
value = instance.ContinueOnError
[System.ComponentModel.Category("Configuration")]
[System.ComponentModel.Description("When true, the activity will not fail after a SQL error when running the query.")]
public System.bool ContinueOnError {get; set;}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

SQLQueryScalar<TResult> Class
SQLQueryScalar<TResult> Members